home *** CD-ROM | disk | FTP | other *** search
/ CompuServe CD 495W / Compuserve XTreme Edition 495W.iso / shopping / toyota / toyota.dir / 00342.ls < prev    next >
Encoding:
Text File  |  1995-08-09  |  341 b   |  12 lines

  1. on exitFrame
  2.   set the checkBoxAccess to 0
  3.   set myButton to the clickOn
  4.   repeat with n = 0 to 11
  5.     if (the number of cast "first radio" + n) <> the castNum of sprite myButton then
  6.       set the hilite of cast (the number of cast "first radio" + n) to 0
  7.     end if
  8.   end repeat
  9.   set the hilite of cast "first radio" to 1
  10.   go("$12")
  11. end
  12.